From: Keir Fraser Date: Fri, 18 Dec 2009 07:51:43 +0000 (+0000) Subject: netbsd: Build fix (do not build memshr). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12842 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=517fd84fbaa8031336955eb50203b778d050bebf;p=xen.git netbsd: Build fix (do not build memshr). Signed-off-by: Keir Fraser --- diff --git a/tools/Makefile b/tools/Makefile index 36262db822..478fc3d8f4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,6 @@ SUBDIRS-$(CONFIG_Linux) += memshr SUBDIRS-$(CONFIG_Linux) += blktap SUBDIRS-$(CONFIG_Linux) += blktap2 SUBDIRS-$(CONFIG_NetBSD) += libaio -SUBDIRS-$(CONFIG_NetBSD) += memshr SUBDIRS-$(CONFIG_NetBSD) += blktap2 SUBDIRS-$(CONFIG_NetBSD) += xenbackendd SUBDIRS-y += libfsimage